Xceed DataGrid for Silverlight Documentation
Count Property (SelectionRange.NotificationDictionary<TKey,TValue>)


Gets the number of key/value pairs contained in the dictionary.
Syntax
'Declaration
 
Public ReadOnly Property Count As Integer
'Usage
 
Dim instance As SelectionRange.NotificationDictionary(Of TKey,TValue)
Dim value As Integer
 
value = instance.Count
public int Count {get;}

Property Value

The number of key/value pairs contained in the dictionary.
Requirements

Target Platforms: Windows 7, Windows Vista, Windows XP SP3, Windows Server 2008 family

See Also

Reference

SelectionRange.NotificationDictionary<TKey,TValue> Class
SelectionRange.NotificationDictionary<TKey,TValue> Members

Send Feedback